GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-03-13T06:17:43.7789313+00:00",
"SubmitDate": "2026-03-13T06:17:43.7789313+00:00",
"ReportPeriodStart": "2026-03-13T06:17:43.7789313+00:00",
"ReportPeriodEnd": "2026-03-13T06:17:43.7789313+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4d241bb9-374a-42ee-b3b0-0344ce15ce70",
"Rows": [
{
"ItemId": "a77d8f9d-02fa-4b18-a2f0-2e2cc6fd92eb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a77d8f9d-02fa-4b18-a2f0-2e2cc6fd92eb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4d241bb9-374a-42ee-b3b0-0344ce15ce70",
"Rows": [
{
"ItemId": "a77d8f9d-02fa-4b18-a2f0-2e2cc6fd92eb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a77d8f9d-02fa-4b18-a2f0-2e2cc6fd92eb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"6ac04165-1c22-4bb4-854e-c4fce58fac16",
"bf03e248-1e6f-48a8-a358-152b07a6958b"
],
"Approvers": [
"b8e9bdda-5050-4f63-ab5b-afa2a25d07e6",
"3534d251-76a8-4e15-bad8-8982fdb37490"
],
"ApprovedBy": "2b3db4f0-e9e0-4fbc-a243-f3648a2960e1",
"ApprovalDate": "2026-03-13T06:17:43.7789313+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "64c0452b-4796-43e6-b024-2dbba5ef3735",
"id": "ff685d9b-c4c3-4f5b-a556-a88097077efd",
"ConfigId": "9992aeac-7367-408b-bafd-ecaf082e9f64"
},
{
"GenerationDate": "2026-03-13T06:17:43.7789313+00:00",
"SubmitDate": "2026-03-13T06:17:43.7789313+00:00",
"ReportPeriodStart": "2026-03-13T06:17:43.7789313+00:00",
"ReportPeriodEnd": "2026-03-13T06:17:43.7789313+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4d241bb9-374a-42ee-b3b0-0344ce15ce70",
"Rows": [
{
"ItemId": "a77d8f9d-02fa-4b18-a2f0-2e2cc6fd92eb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a77d8f9d-02fa-4b18-a2f0-2e2cc6fd92eb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4d241bb9-374a-42ee-b3b0-0344ce15ce70",
"Rows": [
{
"ItemId": "a77d8f9d-02fa-4b18-a2f0-2e2cc6fd92eb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a77d8f9d-02fa-4b18-a2f0-2e2cc6fd92eb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"6ac04165-1c22-4bb4-854e-c4fce58fac16",
"bf03e248-1e6f-48a8-a358-152b07a6958b"
],
"Approvers": [
"b8e9bdda-5050-4f63-ab5b-afa2a25d07e6",
"3534d251-76a8-4e15-bad8-8982fdb37490"
],
"ApprovedBy": "2b3db4f0-e9e0-4fbc-a243-f3648a2960e1",
"ApprovalDate": "2026-03-13T06:17:43.7789313+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "64c0452b-4796-43e6-b024-2dbba5ef3735",
"id": "ff685d9b-c4c3-4f5b-a556-a88097077efd",
"ConfigId": "9992aeac-7367-408b-bafd-ecaf082e9f64"
}
]